From: Juanma Barranquero Date: Fri, 8 Jun 2007 20:07:44 +0000 (+0000) Subject: (sel_read): Use empty_unibyte_string. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~18516 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=578e68d062ca40deb9dbcd913569e7283fac5b50;p=emacs.git (sel_read): Use empty_unibyte_string. --- diff --git a/src/sunfns.c b/src/sunfns.c index c532ae7f849..2d96ac66aef 100644 --- a/src/sunfns.c +++ b/src/sunfns.c @@ -287,7 +287,7 @@ sel_read (sel, file) register int i, n; register char *cp; - Current_Selection = make_string ("", 0); + Current_Selection = empty_unibyte_string; if (sel->sel_items <= 0) return (0); cp = (char *) malloc(sel->sel_items);